C1.DataCollection Assembly / C1.DataCollection Namespace / C1ConvertDataCollection<S,T> Class
The type of the items in the source collection.
The type of the items in the collection.
Members

C1ConvertDataCollection<S,T> Class
Collection which allows converting the items through a select clause and cache the converted items.
Syntax
Type Parameters
S
The type of the items in the source collection.
T
The type of the items in the collection.
Inheritance Hierarchy

System.Object
   C1.DataCollection.C1DataCollectionBase<T>
      C1.DataCollection.C1WrapDataCollection<S,T>
         C1.DataCollection.C1WrapDataCollection<T>
            C1.DataCollection.C1ConvertDataCollection<S,T>

See Also